projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f07c1f
)
* lisp/msb.el: No need to load dired while compiling.
author
Glenn Morris
<rgm@gnu.org>
Thu, 3 Feb 2011 07:29:38 +0000
(23:29 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 3 Feb 2011 07:29:38 +0000
(23:29 -0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/msb.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 0b9d0ae97759abf09017536dc68be1ed185298c5..bfcfdad3e09b72eec776fbd6271b5a0997407abc 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2011-02-03 Glenn Morris <rgm@gnu.org>
+ * msb.el: No need to load dired while compiling.
+
* emacs-lisp/elint.el (elint-standard-variables):
Remove a couple of built-ins that now have doc-strings.
diff --git
a/lisp/msb.el
b/lisp/msb.el
index 1f84ef78164ae3db9bd2ac3104eeb41fe7dc949b..cbc953da98eb2206be6f9bdf52fa604cda46f3f8 100644
(file)
--- a/
lisp/msb.el
+++ b/
lisp/msb.el
@@
-399,8
+399,6
@@
Optional second argument MAXBUF is completely ignored."
(format "%s%s %s" modified read-only name)))
-(eval-when-compile (require 'dired))
-
;; `dired' can be called with a list of the form (directory file1 file2 ...)
;; which causes `dired-directory' to be in the same form.
(defun msb--dired-directory ()